Description
Creates a zip file from the input file(s). If no file name is given, the first file name in the input will be used. Returns the zip file.
Operation id | Blob.CreateZip |
Category | Files |
Label | Zip |
Requires | |
Since | |
Parameters
Signature
Inputs | bloblist, blob |
Outputs | blob, blob |
Implementation Information
JSON Definition
{
"id" : "Blob.CreateZip",
"label" : "Zip",
"category" : "Files",
"requires" : null,
"description" : "Creates a zip file from the input file(s). If no file name is given, the first file name in the input will be used. Returns the zip file.",
"url" : "Blob.CreateZip",
"signature" : [ "bloblist", "blob", "blob", "blob" ],
"params" : [ {
"name" : "filename",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}